home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global lseries, gnowseries, gnowtitle, gnowgroup, geprotect, gegroup, gecheckbox, gecheck, gebitmap, geditmode, gseriestext, gtitletext, ggrouptext
- set ls to getAt(lseries, gnowseries)
- set lt to getAt(the ltitle of ls, gnowtitle)
- set lg to getAt(the lgroup of lt, gnowgroup)
- set geprotect to the pprotect of lg
- set gegroup to the pgroup of lg
- set gecheckbox to the pcheckbox of lg
- set gecheck to the pcheck of lg
- set gebitmap to the pbitmap of lg
- set geditmode to 0
- set the text of member "HelpWindow" to EMPTY
- set the foreColor of member "Series" to 255
- set the foreColor of member "Title" to 255
- set the foreColor of member "Comment2" to 255
- set gseriestext to the text of member "Series"
- set gtitletext to the text of member "Title"
- set ggrouptext to the text of member "Comment"
- go("Ed")
- end
-